Returns the value of a DICOM element
public GetValue<>(
long ,
)
function Leadtools.Dicom.DicomDataSet.GetValue``1(Int64,``0)(
tag ,
defaultValue
)
public:
GetValuegeneric<typename >
(
int64 ,
)
'Declaration
Public Overloads Function GetValue(Of )( _
ByVal As Long, _
ByVal As _
) As
'Usage
Dim instance As DicomDataSet
Dim tag As Long
Dim defaultValue As
Dim value As
value = instance.GetValue(Of T)(tag, defaultValue)
Parameters
- tag
- tag of the item to find.
- defaultValue
- a value of type T that is returned if the actual value cannot be retrieved.
Type Parameters
- T
- specifies the type of the value to return
Return Value
a value of type T that is the value of the DICOM element
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2